home *** CD-ROM | disk | FTP | other *** search
/ PC User 2002 April / Disc 2 / PCUSER0402D2.iso / software / utils / files / wincron.exe / data1.cab / Sample_Scripts / leapyear_test.tg < prev    next >
Encoding:
Text File  |  2001-10-20  |  303 b   |  14 lines

  1. ## leapyear_test
  2. # Part of the normal WinCron regression tests, this script attempts to 
  3. #    pass a leapyear date to the date analyzer (-date)
  4. # Expected result:
  5. #    02/29/00 03:00:00 PM should be accepted by the system.
  6.  
  7. {
  8.     -name leapyear_test
  9.     -start 
  10.     -action -date 02/29/00 03:00:00 PM
  11. }
  12.  
  13.  
  14.